All Questions
Tagged with asp.net-web-apijson
3 questions
2votes
0answers
42views
Looping JSON to get matching values from Database
I have a need to take in a payload that looks like this: ...
4votes
1answer
3kviews
Trying to map JSON to different classes in web API [closed]
I have a controller action that takes JSON bodies. I know, that the JSON is either of type A or B, where both classes are of ...
4votes
3answers
3kviews
Generic WebRequest Method for .PCL
I have created this method to do all my WebRequests. Generally my question is, if this could be improved in any way. As a side question, I would like to know if it be better to create methods for ...